runtime.traceBuf.varint (method)
19 uses
runtime (current package)
trace.go#L639: buf.varint(uint64(freq))
trace.go#L822: buf.varint(0)
trace.go#L825: buf.varint(tsDiff)
trace.go#L827: buf.varint(a)
trace.go#L830: buf.varint(uint64(stackID))
trace.go#L832: buf.varint(0)
trace.go#L834: buf.varint(traceStackID(mp, buf.stk[:], skip))
trace.go#L1084: bufp.varint(uint64(pid))
trace.go#L1085: bufp.varint(uint64(ts))
trace.go#L1136: buf.varint(id)
trace.go#L1145: buf.varint(uint64(slen))
trace.go#L1153: func (buf *traceBuf) varint(v uint64) {
trace.go#L1318: buf.varint(uint64(stk.id))
trace.go#L1319: buf.varint(uint64(len(frames)))
trace.go#L1321: buf.varint(uint64(frame.PC))
trace.go#L1322: buf.varint(frame.funcID)
trace.go#L1323: buf.varint(frame.fileID)
trace.go#L1324: buf.varint(frame.line)
trace.go#L1773: buf.varint(uint64(slen))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |